home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / 68k Internet Config ƒ / IC StandardFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-30  |  439 b   |  29 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC StandardFile.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_IC_StandardFile__
  9. #define __H_IC_StandardFile__
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. OSErr ICStandardGetFile(OSType t,FSSpec* fs,FInfo* fi);
  16. OSErr ICStandardPutFile(StringPtr prompt,StringPtr name,FSSpec* fs);
  17. OSErr ICStandardGetFolder(FSSpec* fs,long* dirID);
  18. pascal short ButtonHook(short item,DialogPtr dlg);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif /* __H_IC_StandardFile__ */
  25.  
  26.  
  27.  
  28.  
  29.